home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / burmest.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-03-22  |  132 b   |  10 lines

  1. on exitFrame
  2.   global mexe
  3.   if mexe = 1 then
  4.     go(the frame + 1)
  5.   end if
  6.   if mexe = -1 then
  7.     go(the frame - 1)
  8.   end if
  9. end
  10.